home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / PROGRAMM / CC_C / 1116.ZIP / TOOLKIT.ARC / SOUNDEX.DOC < prev    next >
Text File  |  1979-12-31  |  1KB  |  24 lines

  1.  
  2.                       FILE NAME: SOUNDEX.DOC
  3. -------------------------------------------------------------------------
  4.     Soundex is a technique used to key data in a data base.  It can
  5.             make information retrieval a faster and more forgiving
  6.             procedure for end users who don't always know the exact
  7.             spelling of words, such as names.  As long as the end
  8.             user can get the consonants, or some of them (depending
  9.             on your key search routine or library function), the
  10.             correct key vicinity can be found quickly.
  11.  
  12.  
  13.                    DESCRIPTION OF SOUNDEX FILES
  14. -------------------------------------------------------------------------
  15.     SOUNDEX.C      source code for use with the smallc compiler
  16.     SOUNDEX.ASM    assembly language source code from the compiler
  17.     SOUNDEX.OBJ    object file from MASM (or other assembler)
  18.     SOUNDEX.EXE    the soundex program (has been LINKed with CPCLIB)
  19.                    ( A>SOUNDEX will execute SOUNDEX.EXE from MS-DOS)
  20.     SOUNDEX.WRK    an ASCII work file that SOUNDEX.EXE creates
  21.                    (QWERTY is what you will find in this tiny file.
  22.                     Used as a demo, QWERTY became Q63 in soundex code.)
  23.     SOUNDEX.DOC    This brief document describing Soundex.
  24.